home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_TOOL / TOOLS / TOOLS_WI / BEEP7_FO / BEEP7.R < prev    next >
Text File  |  1992-01-14  |  848b  |  44 lines

  1. #include "Cmdo.r"
  2. #include "SysTypes.r"
  3.  
  4. resource 'cmdo' (226, "Beep7") {
  5.     {    /* array dialogs: 1 elements */
  6.         /* [1] */
  7.         220,
  8.         "Generate tones.  If no parameters are gi"
  9.         "ven a simple beep is generated.  The syn"
  10.         "tax is: [note [, duration [, level]]]╔",
  11.         {    /* array itemArray: 1 elements */
  12.             /* [1] */
  13.             NotDependent {
  14.  
  15.             },
  16.             MultiRegularEntry {
  17.                 "Tones",
  18.                 {30, 120, 46, 170},
  19.                 {30, 170, 94, 300},
  20.                 {    /* array DefEntryList: 0 elements */
  21.                 },
  22.                 "",
  23.                 "Type the tones here (1 per line).  Examp"
  24.                 "le: Beep 2c,20 '2C#,40' 2D,60.  This pla"
  25.                 "ys 3 notes: C, C sharp, and D, all two o"
  26.                 "ctaves above middle C, for one-third, tw"
  27.                 "o-thirds, and one full second respective"
  28.                 "ly."
  29.             }
  30.         }
  31.     }
  32. };
  33.  
  34. resource 'vers' (1) {
  35.     0x1,
  36.     0x0,
  37.     release,
  38.     0x0,
  39.     verUS,
  40.     "1.0",
  41.     "1.0, Copyright ⌐ 1992 SQ Software"
  42. };
  43.  
  44.